ocaml: add logging bindings.
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 6 May 2010 10:04:02 +0000 (11:04 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 6 May 2010 10:04:02 +0000 (11:04 +0100)
commitea8ddf27e5c825229946a8e8b3e0f7ee28903983
treefec06d82390a60ffee15d2b9bf5d5a3a8cc6ca46
parentdc9a6e6274570035b544298deb606b95c622ff80
ocaml: add logging bindings.

Signed-off-by: Vincent Hanquez <vincent.hanquez@eu.citrix.com>
tools/ocaml/libs/log/META.in [new file with mode: 0644]
tools/ocaml/libs/log/Makefile [new file with mode: 0644]
tools/ocaml/libs/log/log.ml [new file with mode: 0644]
tools/ocaml/libs/log/log.mli [new file with mode: 0644]
tools/ocaml/libs/log/logs.ml [new file with mode: 0644]
tools/ocaml/libs/log/logs.mli [new file with mode: 0644]
tools/ocaml/libs/log/syslog.ml [new file with mode: 0644]
tools/ocaml/libs/log/syslog.mli [new file with mode: 0644]
tools/ocaml/libs/log/syslog_stubs.c [new file with mode: 0644]